Package-level declarations
Types
Link copied to clipboard
@Serializable
The class containing the bot configuration.
Link copied to clipboard
@Serializable
Class for configuration of command parsing parameters
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
A class containing the configuration for the bot http client.
Link copied to clipboard
@Serializable
The class containing the logging configuration.
Link copied to clipboard
data class RateLimiterConfiguration(var limits: RateLimits = RateLimits(), var mechanism: RateLimitMechanism = TokenBucketLimiterImpl())
Class containing configuration for global rate limiting.
Link copied to clipboard
A class containing the configuration of constraints for incoming requests.
Link copied to clipboard
@Serializable
A class containing configurations related to updates pulling.